Skip to content

Added transports parameter to GetMultipeerReplicatorStatus#377

Merged
barkha06 merged 8 commits into
mainfrom
bt-autoswitch
Mar 18, 2026
Merged

Added transports parameter to GetMultipeerReplicatorStatus#377
barkha06 merged 8 commits into
mainfrom
bt-autoswitch

Conversation

@barkha06
Copy link
Copy Markdown
Contributor

Added transports parameter to GetMultipeerReplicatorStatus to show if the replication is using WIFI or BLUETOOTH. This will help in debugging during mixed-mode testing to determine the transport mechanism being used.
Example response :
"replicators": [
{
"status": {
"documents": [],
"progress": {
"completed": false
},
"activity": "IDLE"
},
"transport": "BLUETOOTH",
"peerID": "sm3L4ztvMNKmQ582j9now1NvslYidwNc2o1YDGe60YM="
},

@barkha06 barkha06 requested review from borrrden and pasin March 18, 2026 10:34
@barkha06 barkha06 self-assigned this Mar 18, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 18, 2026

Redocly preview

API

Copy link
Copy Markdown
Contributor

@pasin pasin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good to me.

Comment thread servers/ios/TestServer/Utils/DatabaseManager.swift Outdated
Comment thread servers/ios/TestServer/Utils/DatabaseManager.swift Outdated
Comment thread servers/ios/TestServer/Utils/DatabaseManager.swift Outdated
Copy link
Copy Markdown
Contributor

@pasin pasin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, but I have a comment about the variable name. Everything else looks good to me. After changing the variable name, you can merge the PR.

Comment thread servers/ios/TestServer/Utils/DatabaseManager.swift Outdated
@barkha06 barkha06 merged commit 7fe6f17 into main Mar 18, 2026
7 checks passed
@barkha06 barkha06 deleted the bt-autoswitch branch March 18, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants